home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-08-09 | 678 b | 30 lines |
- ; Ce fichier contient la liste des images α afficher au dΘbut
- ; du jeu Cheops et le temps qu'elles doivent rester α
- ; l'Θcran si aucune touche n'est pressΘe.
- ;
- ; Ces images doivent Ωtre obligatoirement au format Windows BitMaP (BMP),
- ; Largeur : 640 Points,
- ; Hauteur : 480 Points,
- ; 256 Couleurs.
- ;
- ;
- ; La disposition est la suivante :
- ;
- ; [Credits]
- ; Picture_1=CHEMIN RELATIF+NOM DU FICHIER
- ; Delay_1=TEMPS D'ATTENTE SANS TOUCHE EN SECONDES
- ; Picture_2=...
- ; Delay_2=...
- ; Picture_3=...
- ; Delay_3=...
- ; ...
- ; Picture_11=...
- ; Delay_11=...
- ; etc...
- ;
- ; NB. Il est possible de mettre de 0 α 16 images
-
- [Credits]
- Picture_1=Credits\LOGO.BMP
- Delay_1=5
-